Askme names a function, with lambda list (&REST WORDS):
Used to test the question-and-answer subsystem.
#askme
Returns a fixed JSON sequence that prompts the user to answer a meaningless question.
{ title: "Title Here",
label: "example",
label_en_US: "example",
attachUser: (the user name of the invoking user),
id: "example/2134§þ=?/x'<>'\\\",:/blah",
msg: "Because it's really important to me that you are able to hear this question and give me an informed answer, I want to know: “Can you hear me now?”",
replies:
{ si: { label: "Yes",
type: "aff",
label_en_US: "YES" },
no: { label: "No",
type: "neg",
label_en_US: "NO" },
maybe: { label: "Maybe. I'm not really sure. This one is mostly just in here to be a really long answer.",
type: "neu",
label_en_US: "MEBBE" } } }
Defined in file src/infinity/legacy-ops.lisp.